Welcome![Sign In][Sign Up]
Location:
Search - jpg c

Search list

[Other resourceImageCompress

Description: 行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.pcx;c:\\test.jpg必须存在 -itinerary coding, JPEG compression coding (basic system) command line compiler process following vcvars32 rc bmp.rc c l compress.c bmp.res user32.lib gdi32.lib attention to things item : running, documents c : \\ test.pcx; c : \\ test.jpg must exist
Platform: | Size: 123604 | Author: 张恒 | Hits:

[Graph programjpg_

Description: jpg 编码,用C++实现,在VC下开发,经过测试。希望对大家有用-jpg coding, C realization of the VC under development and tested. We hope to useful
Platform: | Size: 385035 | Author: shark1234 | Hits:

[Other resource12452121

Description: 在MFC程序中显示JPG/GIF图像 如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没有那么轻松,那么是不是要自己编写JPG解压缩代码呢?当然不用那么复杂啦!此代码将示范如何在MFC程序中显示JPG或者GIF图像。 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control, - minutes fixed up. But C programmers to show the same graphics is not so easy, So is not prepared to own JPG decompression code? Of course not so complicated! This code will be demonstrations on how to MFC process shows JPG or GIF images.
Platform: | Size: 207210 | Author: 张巍 | Hits:

[Compress-Decompress algrithmsJepgCodec

Description: 该程序实现了jpeg编码。开发平台:Window XP, Visual C++ 6.0。 HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换-the program achieved a jpeg coding. Platform : Window XP, Visual C 6.0. HuffmanExp Huffman coding JpgVSbmp Broadband and Bmp format conversion API Packaging RWJpegExp JpegVC category called Broadband VbTestDll VB format and Bmp Conversion API function examples of jpeg jpeg to the DCT
Platform: | Size: 705544 | Author: 刘啸天 | Hits:

[Other resourcefbv-1.0b.tar

Description: linux下基于控制台的图片浏览器,基于FrameBuffer驱动实现,支持BMP、JPG、PNG、GIF格式图片浏览,支持缩放、翻转等功能,纯C实现,小巧且使用方便,很适合拿来做嵌入式移植和二次开发,可参考其来实现数码产品的图片浏览器。-linux based console Photo browser, Drivers based framebuffer support BMP, JPG, PNG, GIF format images View, support zoom, flip, and other functions, to achieve pure C, compact and easy to use. very suitable for embedded used as transplants and secondary development, reference can be made to realize its digital products Photo browser.
Platform: | Size: 18989 | Author: nico zhu | Hits:

[Other resourceimageConvert

Description: 一个用C#写一个图片转换程序,可以转为GIF,JPG,PIF文件。-a C# to write a picture switching procedures can be converted to GIF, JPG, PIF documents.
Platform: | Size: 12339 | Author: 李平 | Hits:

[Special EffectsImageStone_src

Description: ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and easy portable. It includes load/save(support BMP GIF JPG PNG TIF ICO TGA PCX PSD...), display, histogram, undo/redo and transform image with over 100 predefined effects. -ImageStone C is a powerful class library az r image manipulation. It is written in pure C and easy portable. It includes load / save (support BMP GIF JPG PNG TIF ICO TGA PCX PSD ...), display, histogram, undo / redo and transform image with over 100 pre defined effects.
Platform: | Size: 634707 | Author: 王莉 | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\\cctv.ts >c:\\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat
Platform: | Size: 100002 | Author: 陈水德 | Hits:

[CSharpPicChanger

Description: c#实现的图片转换功能 能够对.bmp,.jpg,gif,png等格式的图片进行相互转换!-c # realized Photo conversion function right. Bmp,. Jpg, gif, png picture format, such as mutual conversion!
Platform: | Size: 31496 | Author: 李枫 | Hits:

[GDI-Bitmapimagesconvert

Description: C++builder下使用的png,gif,jpg,bmp图片的相互转换.-C builder use of the png, gif, jpg, bmp image conversion.
Platform: | Size: 924034 | Author: shs | Hits:

[Browser ClientwebFileUpLoadWithCSharp

Description: 用C#写的基于web的文件上传程序,只支持jpg、gif、doc文件上传,可以自行更改,以支持更多的文件类型。-written in C# web-based document upload process, which only supports jpg, gif, doc file uploads, can make changes to support more file types.
Platform: | Size: 2144 | Author: 汤沐 | Hits:

[Graph programimage_updates

Description: 更新描述为: 介绍:ImageStone是一套功能强大的C++跨平台图像处理库。 功能包括:读写jpg/gif/png等图像文件,显示,柱状图分析,undo/redo支持,超过 100种预定义 的特效等。 压缩包中附带了完整的api文档和一个编译的例子程序。-update described as : : ImageStone is a powerful cross-platform C Image Processing Library. Features include : literacy jpg / gif / png image files, etc., display, histogram analysis, undo / redo support, more than 100 species of predefined effects of such. Compressed incidental api a complete documentation and an example of a translation of proceedings.
Platform: | Size: 827089 | Author: gongshenglai | Hits:

[Special EffectsCapture2Dlg

Description: 在MFC程序中显示JPG/GIF图像如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control, - minutes fixed up. But C programmers to show the same no graphics
Platform: | Size: 1347 | Author: richard | Hits:

[Special EffectsCapture22

Description: 在MFC程序中显示JPG/GIF图像如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form Image Control, - minutes fixed up. But C programmers to show the same no graphics
Platform: | Size: 783 | Author: richard | Hits:

[OpenGL programvc_jiqiaoshili_part8

Description: Visual.C++程序设计技巧与实例--配套光盘 第8章 图形图像编程 本章共11个实例: 1. DPLP设备坐标和逻辑坐标的相互转换 2. DrawShapes绘制各种图形 3. GDIDemoGDI对象的访问 4. MouseDraw使用鼠标绘图 5. DlgPaint在对话框上绘图 6. OpenGLDemo使用OpenGL绘图 7. OpenGLMovie使用OpenGL实现动画效果 8. BMPDemo在客户区显示位图 9. BMP256显示256色位图 10.BMPDemo2位图的伸缩和翻转操作 11.JPGGif显示jpg和gif图象-Visual.C program design techniques and examples -- matching CD Chapter 8, graphics and video programming has a chapter an example : 1. DPLP equipment and coordinates the logical coordinates conversion 2. DrawShapes draw various graphic 3. GDIDemoGDI visit four targets. MouseDraw use a mouse Mapping 5. DlgPai nt in the dialog box on the drawing 6. OpenGLDemo use OpenGL graphics 7. OpenGLM ovie use OpenGL animation 8. BMPDemo customers in the District show bitmap 9. BMP 256 show 256 colors 10.BMPDemo2 Bitmap bitmap stretching and overturned operation 11.JPGGi f showed jpg and gif image
Platform: | Size: 342346 | Author: xixi | Hits:

[Graph RecognizegetJPG

Description: C#.NET快速获取JPG图片大小及英寸分辨率 C#用图像控件对获取大批量JPG图片大小及英寸分辨率非常慢,因些才自己写这段代码来获取就快多了-C#.NET rapid access JPG Photo-inch size and resolution images using C# controls on access to a large amount JPG picture size and very slow-inch resolution, some only wrote this code to obtain more quickly
Platform: | Size: 1374 | Author: aaaaaz | Hits:

[Multimedia programWriteImage

Description: c的小程序,用于将jpg格式的图片转换成bmp
Platform: | Size: 19069 | Author: nina.g | Hits:

[OS programpicture

Description: C/C++:如何在程序中加载JPG图片?看了本程序,你就差不多搞定啦!
Platform: | Size: 1502 | Author: nsm | Hits:

[Multimedia programSeeNotACD

Description: 使用Visual C++和MFC制作的,类似ACDSee的看图软件,支持BMP,GIF,PCX,TGA,JPG等多种图像文件格式。速度快,运行稳定,可以作为大型图像处理系统的一部分。
Platform: | Size: 222368 | Author: 李典 | Hits:

[OtherBin2C

Description: 一个把任意图片转换为C语言数组的程序,非常好用。 直接流览打开bmp或JPG图片,点convert即可转换为同名的.c文件,方便在嵌入式硬件,应用编译时,没有文件系统不能读取文件的问题。
Platform: | Size: 20227 | Author: | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »

CodeBus www.codebus.net